﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #7f7f7f;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/*-------------*/

.search_box {
    background: #406fa4;
    width: 130px;
    float: left;
    height: 20px;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    color: #fff;
    position: relative;
}
.search_box .search_ipt {
    width: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}
.search_box .submit {
    position: absolute;
    top: 0;
    right: 10px;
    width: 14px;
    height: 20px;
    line-height: 20px;
    background: url(img/search.png) no-repeat left center;
    border: none;
}
/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #7f7f7f;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
    color: #7f7f7f;
}

a:focus {
    outline: none;
    color: #7f7f7f;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*顶部*/
.header {
    width: 100%;
    height: 239px;
}

.header .top {
    width: 100%;
    border-bottom: #ddd solid 1px;
    height: 38px;
}

.header .top .box {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 38px;
}

.header .top ul {
    float: right;
    overflow: hidden;
}

.header .top ul li {
    float: left;
    margin-left: 10px;
    line-height: 38px;
}

.header .top ul li a {
    display: block;
}

.header .top ul li i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/icon.png) no-repeat;
    vertical-align: middle;
}

.header .top ul li:first-child i {
    background-position: -238px -231px;
}

.header .top ul li:nth-child(2) i {
    background-position: -262px -231px;
}

.header .center {
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
    float: none;
    background: #fbfbfb;
    height: 70px;
}

.header .center .box {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}

.header .center .logo {
    width: 441px;
    height: 100%;
    line-height: 78px;
    font-size: 30px;
    color: #000;
    max-width: 441px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap; 

}

.header .center .logo img {
    max-height: 100%;
}

.header .center .by {
    border-left: 1px solid #e8e8e8;
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 10px;
    max-width:170px;
    text-overflow:ellipsis; 
    white-space:nowrap; 
}

.header .center .phone {
	float: right;
    font-size: 16px;
    color: #999;
    display: block;
    padding-top: 10px;
    width: 280px;
    margin-left: 60px;
}

.header .center .phone i {
    background: url(img/dianhua.jpg) no-repeat left center;
    width: 48px;
    height: 48px;
    float: left;
	margin-right: 20px;
}

.header .center .phone span {
    display: block;
    font-size: 30px;
    color: #80b823;
    line-height: 24px;
    font-weight: 700;
    margin-top: 5px;
    max-width:270px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap; 
}

.header .center .ss {
    float: right;
    margin-top: 10px;
}

.header .center .ss form {



    width: auto;
    overflow: hidden;
    border: 1px solid #003e92;
}
.header .center .ss form input{
    border:none;
    outline: medium;
}
.header .center .ss form input:first-child {
    width: 236px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #999;
    float: left;
    outline: medium;
    border: none;
}

.header .center .ss form input:nth-child(2) {
    width: 60px;
    height: 41px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    cursor: pointer;
    top: 0;
    right: 0;
    background: #003e92;
    border: none;
    float: right;
    outline: medium;
}

.header .nav {
    width: 100%;
    background-color: #003e92;
}

.header .nav .nav-ul {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
}

.header .nav .nav-ul li {
    float: left;
    width: 100px;
    display: block;
    position: relative;
    height: 60px;
}

.header .nav .nav-ul li a {
    font-size: 16px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.header .nav .nav-ul li a.on {
    background-color: #80b823;
}

.header .nav .class-nav {
    position: absolute;
    z-index: 10;
    left: 0;
    overflow: hidden;
    top: 80px;
    background: #fff;
    display: none;
    opacity: 0;
    white-space: nowrap;
    width: auto;
    min-width: 100%;
}

.header .nav .class-nav li {
    display: block;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    height: 40px;
    border-bottom: #ddd solid 1px;
    background-color: #fff;
}

.header .nav .class-nav li a {
    display: block;
    /*width: 100%;*/
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    width: auto;
    padding: 0 10px;
}

.header .nav .nav-ul li:hover a {
    background-color: #80b823;
}

.header .nav .nav-ul li:hover ul a {
    background: #fff;
}

.header .nav .class-nav li a:hover {
    color: #003e92;
    background-color: #f0f0f0;
}

.banner {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: -75px;
    bottom: 50px;
    z-index: 1;

}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    width: 50px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #a2a7ac;
    cursor: pointer;
    margin: 0 12px;
}

.banner .hd ul li.on {
    background: #003e92;
    color: #fff;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd img {
    width: 1920px;
    height: 100%;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

.banner-text {
	border-bottom: #dedede solid 1px;
    width: 100%;
    height: 100px;
}

.banner-text .box {
    width: 1200px;
    margin: 0 auto;
}

.banner-text .left {
    width: 800px;
	float: left;
	line-height: 100px;
    overflow: hidden;
}

.banner-text .left  h1 {
    font-size: 14px;
	line-height: 100px;

	float: left;
	font-weight: normal;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.banner-text .left p {
	float: left;
    font-size: 14px;
	font-weight: normal;
    color: #666;
   line-height: 100px;
    display: block;
    margin-bottom: 10px;
}

.banner-text .right {
    width: 300px;
	border: #dedede solid 1px;
	float: right;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}



/*首页产品*/
.in-pro {
    width: 100%;
    overflow: hidden;
	margin-bottom: 120px;
}

.in-title {
    width: 100%;
    overflow: hidden;
    padding-top: 78px;
}

.in-title h2 {
	width:100%;
    display: block;
    color: #003e92;
    font-weight: 400;
    text-align: center;
	position: relative;
}
.in-title h2 span{
	top:0px;
	font-size: 60px;
	color: #d5d5d5;
	font-weight: bold;
	text-transform :uppercase;
	
}
.in-title h2 p{
	width:100%;
	text-align: center;
	position: absolute;
	top:45px;
	font-weight: bold;
	font-size: 30px;
	color: #1c5b98;
}
.in-title i {
	text-align: center;
    display: block;
    width: 274px;
    height: 18px;
    background: url(img/bei.png) center center no-repeat;
    margin: 0 auto;
    margin-top: 18px;
}

.in-pro-nav {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}

.in-pro-nav ul {
    display: inline-block;
    overflow: hidden;
	
}

.in-pro-nav ul li {
    float: left;
    margin: 5px;
}

.in-pro-nav ul li a {
    height: 38px;
    display: block;
    line-height: 38px;
    border: #dcdcdc solid 1px;
    border-radius: 5px;
    padding: 0 15px;
    background: #fff;
}

.in-pro-ul {
    width: 1200px;
    margin:0 auto;
}

.in-pro-ul .hd {
    position: relative;
}

.in-pro-ul .hd .prev, .in-pro-ul .hd .next {
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
    float: right;
    cursor: pointer;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/icon.png) no-repeat;
    top:170px;
}

.in-pro-ul .hd .next {
    left:-70px;
    background-position: -92px -130px;
}

.in-pro-ul .hd .prev{
    right:-70px;
    background-position: -153px -130px;
}
.in-pro-ul .hd .next:hover{
    background-position: -92px -185px;
}
.in-pro-ul .hd .prev:hover{
    background-position: -153px -185px;
}
.in-pro-ul .bd {
    width: 100%;
    overflow: hidden;
	margin-top: 80px;
}

.in-pro-ul .bd ul {
    overflow: hidden;
    zoom: 1;
}
.in-pro-ul .bd ul li{
    width: 370px;
    overflow: hidden;
    float:left;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/a2_03.png) bottom center no-repeat;
    margin: 0 15px;
}
.in-pro-ul .bd ul li a{
    display: block;
    overflow: hidden;
}
.in-pro-ul .bd ul li .img{
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.in-pro-ul .bd ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-pro-ul .bd ul li .text{
    display: block;
    padding: 20px;
    font-size: 18px;
    color: #fff;
}
.in-pro-ul .bd ul li .text i{
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/icon.png) no-repeat;
    background-position: -274px -91px;
    vertical-align: middle;
}
.in-pro .more{
    width: 170px;
    font-size: 16px;
    display: block;
    margin:40px auto;
    line-height: 45px;
    text-align: center;
    border:1px solid #fff;
    color: #fff;
    border-radius: 5px;
}
/*首页关于我们*/
.in-about{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.in-about .box{
    margin-top: 40px;
    overflow: hidden;
}
.in-about .box .left{
    width: 551px;
    height: 360px;
    display: block;
	float: left;
}
.in-about .box .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 1s;
}
.in-about .box .left:hover{
    transform: scale(1.05);
    transition-duration: 1s;
}
.in-about .box .right{
    width: 560px;
	float: right;
    display: block;
    overflow: hidden;
}
.in-about .box .right h1{
	position: relative;
    width: 560px;
	float: left;
	height: 80px;
}
.in-about .box .right h1 span{
	position:absolute;
	font-weight: bold;
	left:0px;
	top:0px;
	text-transform:uppercase;
	font-size: 50px;
	color: #eaeaea;
}
.in-about .box .right h1 p{
	position:absolute;
	left:0px;
	top:25px;
	font-weight: bold;
	font-size: 28px;
	color: #1d5a99;
}
.in-about-content{
	margin-top: 25px;
	fon-size:14px;
	line-height: 30px;
	color: #666;
	text-indent: 24px;
}
.in-about-list{
	width:560px;
	float: left;
}
.in-about-list ul li{
	width:33.3%;
	float: left;
	text-align: center;
}
.in-about-list ul li h2{
	font-size: 40px;
	color: #7eb91f;
	font-weight: bold;
	line-height: 55px;
}
.in-about-list ul li p{
	font-size: 14px;
	color: #666;
}
/*---------------------------------------------------------------------*/
.in-pro-class{
    width: 100%;
    overflow: hidden;
	margin-top: 80px;
	
	background: #f6f6f6;
}
.in-pro-class .box{
    width: 1200px;
	margin: 0 auto;
    overflow: hidden;
}
.in-pro-class-list{
	    width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 80px;
    overflow: hidden;
}
.in-pro-class-lis-1{
	width:390px;
	float: left;
}
.in-pro-class-lis-12{
	width:416px;
	float: left;
	text-align: center;
}
.in-pro-class-lis-2{
	width:416px;
	float: left;
	text-align: center;
}
.in-pro-class-lis-3{
	width:416px;
	float: left;
	padding-top: 15px;
	text-align: center;	
}
.in-pro-class-lis-4{
	width:390px;
	float: right;
}
.in-pro-class-lis-15{
	width:100%;
	float: left;
	margin-top: 12px;
}
.in-pro-class-lis-5{
		width:390px;
	float: left;
	
}
.in-pro-class-lis-6{
		width: 416px;
	text-align: center;
	float: left;
}
.in-pro-class-lis-7{
		width:390px;
	float: right;

}
/*----------------------------------------------------------------------*/
.in-case{
    width: 100%;
    overflow: hidden;
}
.in-case  h1{
	font-size: 12px;
	width:100%;
	float: left;
	color: #fff;
	background: #1b5b98;
}
.in-case  h1 span{
	width:75%;
	
	float: left;
	padding-left: 5%;
}
.in-case  p{
		font-size: 12px;
	color: #fff;
	width:15%;
	float: right;
	padding-right:5%;
}
.in-case .box{
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}
.in-case .box ul{
    width: 100%;
    overflow: hidden;
}
.in-case .box ul li{
    width: 278px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    float:left;
    background: #fff;
    height: 263px;
    margin:10px;
}
.in-case .box ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.in-case .box ul li .img{
    width: 100%;
    height: 213px;
    overflow: hidden;
}
.in-case .box ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-case .more{
    width: 510px;
    margin: 30px auto 50px auto;
    height: 55px;
}
.in-case .more .l{
    display: block;
    float: left;
    width: 252px;
    height: 51px;
    background-color: #003e92;
    border: #003e92 solid 2px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
}
.in-case .more .r{
    display: block;
    float: left;
    width: 252px;
    height: 51px;
    border: #fc1f1a solid 2px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fc1f1a;
    border-left: none;
}
.poster {
    width: 100%;
    overflow: hidden;
    background: url(img/hf-bg.jpg) top center no-repeat;
    position: relative;
    margin:80px auto auto auto;
}
.poster .box {
    width: 1200px;
    margin: 17px auto auto auto;
    color: #2a2a2a;
    overflow: hidden;
}

.poster .box .l h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #2a2a2a;
    margin-top: 25px;
}

.poster .box .l h2 span {
    color: #80b823;
    font-weight: bold;
}

.poster .box .l p {
    font-size: 22px;
    color: #000000;
}

.poster .box .r ul {
    float: right;
}

.poster .box .r ul li {
    width: 300px;
    height: 50px;
    border-radius: 30px;
    margin: 20px 0;
    line-height: 50px;
    font-size: 24px;
}

.poster .box .r ul li:first-child {
    background: #80b823;
    font-weight: bold;
    text-indent: 15px;
}

.poster .box .r ul li:nth-child(2) {
    border: 2px solid #2a2a2a;
    font-size: 20px;
    text-indent: 55px;
}

.poster .box .r ul li:first-child img {
    float: left;
    margin-left: 40px;
    margin-top: 12px;
}

.poster .box .r ul li:nth-child(2) img {
    float: right;
    margin-right: 40px;
    margin-top: 18px;
}

.poster .box .r .ewm {
    display: block;
    background: #fff;
    width: 120px;
    height: 120px;
    float: right;
    margin-left: 30px;
    margin-top: 20px;
}
.in-news{
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    padding-bottom: 20px;
}
.in-news .box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.in-news .nr{
    width: 1200px;
    /*overflow: hidden;*/
    height:520px;
    margin:40px auto;
}
.in-news .nr .left{
    width: 320px;
    padding: 30px 40px;
    box-shadow: 0 0 10px 2px #e7e7e7;
    background: no-repeat center 0 #fff;
    background-image: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/new_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 460px;
}
.in-news .nr .left .title a{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
}
.in-news .nr .left .title h2{
    color: #fff;
    float:left;
}
.in-news .nr .left .title h2 span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.in-news .nr .left .title img{
    float:right;
}
.in-news .nr .left .img{
    width: 100%;
    height: 239px;
    overflow: hidden;
    margin-top: 16px;
}
.in-news .nr .left .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-news .nr .left .text{
    color: #999;
    margin: 0;
    overflow: hidden;
}
.in-news .nr .left .text p{
    margin: 0;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.in-news .nr .left .text  span{
    display: block;
    text-align: right;
    color: #999;
    margin-top: 20px;
    font-size: 12px;
}
.in-news .nr .left .text  span i{
    width: 63px;
    height: 1px;
    display: block;
    float: left;
    margin-top: 10px;
    background: #cdcdcd;
}
.in-news .nr .right{
    float: right;
    width: 700px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 2px #e7e7e7;
    padding: 30px 40px;
    height: 460px;
}
.in-news .nr .right ul{
    overflow: hidden;
}
.in-news .nr .right ul li{
    width: 48%;
    border-bottom:1px dashed #dbdbdb;
}
.in-news .nr .right ul li a{
    display: block;
    overflow: hidden;
    line-height: 45px;
}
.in-news .nr .right ul li span{
    float:right;
    font-size: 12px;
    color: #cecece;
}
.link{
    width: 100%;
    background: #222;
    overflow: hidden;
}
.link ul{
    width: 1200px;
    margin:0 auto;
    padding:10px 0;
    overflow: hidden;
    border-bottom: 1px solid #444;
}
.link ul li{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
    line-height: 40px;
}
.link ul li a{
    display: block;
    color: #999;
    line-height: 40px;
}
.foot{
    background: #222;
    overflow: hidden;
}
.foot .box{
    width: 1200px;
    overflow: hidden;
    margin:50px auto;
}
.foot .foot-nav{
    width: 350px;
    overflow: hidden;

}
.foot .foot-nav li{
    float:left;
    overflow: hidden;
    margin-right: 10px;
}
.foot .foot-nav li a{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.foot .center{
    width: 350px;
    height: 180px;
    margin-left: 60px;
    padding-left: 60px;
    border-right: #444 solid 1px;
    border-left: #444 solid 1px;
}
.foot .center .p1{
    font-size: 14px;
    color: #ccc;
    line-height: 14px;
    padding-top: 10px;
}
.foot .center .dh{
    font-size: 34px;
    line-height: 36px;
    padding-top: 4px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #ccc;
}
.foot .center .tel{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    width: 250px;
}
.foot .ewm{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.foot .ewm img{
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 10px;
}
.foot .bq{
    height: 80px;
    line-height: 80px;
    color: #666;
    font-size: 12px;
    background: #111;
    width: 100%;
}
.foot .bq .box{
    width: 1200px;
    overflow:hidden;
    margin:0 auto;
}
/*关于我们*/
.nei-banner{
    height: 299px;
}
.main{
    width: 1200px;
    overflow: hidden;
    margin:30px auto;
}
.main .now{
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #333;
}
.main .now span{
    padding-left: 10px;
    border-left: 10px solid #333;
}
.main .now a{
    color: #333;
}
.about{
    width: 100%;
    overflow: hidden;
}
.about .fl{
    width: 100%;
    overflow: hidden;
}
.about .fl li{
    float: left;
    width: 16.666666666%;
}
.about .fl li a{
    display: block;
    margin-left: 1px;
    background-color: #f4f4f4;
    color: #333;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
}
.about .fl li a:hover,.about .fl a.on{
    background: url(//filecdn.ify.cn/skin/hsjxmb9761/img/about-fl-bg.png) no-repeat center bottom #d82634;
    color: #fff;
}
.about .info{
    width: 100%;
    overflow: hidden;
    padding: 65px 0;
}
/*******************产品列表*******************/
.left-fl{
    width: 240px;
    overflow: hidden;
    float:left;
}
.left-fl .name{
    width: 100%;
    background-color: #003e92;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}
.left-fl .left_menu{
    width: 100%;
    overflow: hidden;
}
.left-fl .left_menu ul{
    width: 100%;
    overflow: hidden;
}
.left-fl .left_menu ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
.left-fl .left_menu ul li a{
    display: block;
    font-size: 16px;
    padding:0 20px;
    line-height: 50px;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/jia.png) right 20px no-repeat #ddd;
    color: #333;
}
.left-fl .left_menu ul li a:hover{
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/jian.png) right 20px no-repeat #003e92;
    color: #fff;
}
.left-fl .left_menu ul li ul li{
    margin-bottom: 0;
}
.left-fl .left_menu ul li ul li a,.left-fl .left_menu ul li ul li a:hover{
    background-image: none;
    text-indent: 1rem;
}
.left-fl .lx{
    width: 100%;
    overflow: hidden;
}
.left-fl .lx img{
    display: block;
}
.left-fl .lx div{
    background-color: #003e92;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.left-fl .lx div p{
    display: block;
    color: #fff;
    font-size: 16px;
}
.prolist{
    width: 930px;
    overflow: hidden;
    float: right;
}
.nei-title{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ececeb;
    height: 44px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    position: relative;
}
.nei-title i{
    display: block;
    width: 96px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom:0;
    left:0;
}
.prolist .prolist-ul{
    width: 950px;
    overflow: hidden;
    margin: 0 0 0 -20px
}
.prolist .prolist-ul li{
    float: left;
    width: 33.333333%;
}
.prolist .prolist-ul li a{
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 55px;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
}
.prolist .prolist-ul li .img{
    height: 278px;
    overflow: hidden;
    width: 100%;
}
.prolist .prolist-ul li .img img{
    width: 100%;
    height: 100%;
}
.pro{
    width: 930px;
    float: right;
    overflow: hidden;
}
.pro .information{
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.pro .information .img{
    width: 400px;
    height: 352px;
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
}
.pro .information .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro .information .text{
    float: right;
    width: 460px;
    overflow: hidden;
    position: relative;
    height: 352px;
}
.pro .information .text h1{
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}
.pro .information .text .jj{
    margin-top: 20px;
    height: 102px
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
	 display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.pro .information .phone{
    position: absolute;
    bottom:0;
    left:0;
    border-top:1px solid #ddd;
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/pc-xc-icon2.png) left center no-repeat;
    width: 409px;
    padding:15px 0 15px 50px;
}
.pro .information .phone .l{
    line-height: 21px;
    font-size: 18px;
    color: #333;
}
.pro .information .phone a{
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #003e92;
    color: #fff;
    font-size: 18px;
}
.pro .box{
    margin-bottom: 20px;
    margin-top: 40px;
}
.pro .box .pro-title{
    padding: 15px 0;
    display: block;
    line-height: 1;
    font-size: 24px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.pro .box .pro-title span{
    border-left: 3px solid #003e92;
    padding-left: 10px;
    color: #333;
}
.hot-pro{
    margin-top: 30px;
}
.hot-pro .title{
    font-size:18px;
    line-height:50px;
    border-bottom: 1px #ccc solid;
    position: relative;
    margin-bottom:20px;
    color:#333;
}
.hot-pro .title i{
    display:block;
    width:80px;
    height:1px;
    background:#003e92;
    position: absolute;
    bottom:0px;
    left:0;
}
/*新闻*/
.newslist{
    width:930px;
    overflow: hidden;
    float: right;
}
.newslist .newslit-ul{
    width: 100%;
    overflow: hidden;
}
.newslist .newslist-ul li{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.newslist .newslist-ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    padding:30px 0;
}
.newslist .newslist-ul li .l{
    width: 1040px;
    overflow: hidden;
    float:left;
}
.newslist .newslist-ul li .img{
    width: 250px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.newslist .newslist-ul li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist .newslist-ul li .time{
    width: 100%;
    margin:10px 0;
}
.newslist .newslist-ul li  p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.newslist .newslist-ul li .more{
    margin-top: 15px;
}
.newslist .newslist-ul li .more span{
    font-size: 14px;
    background: #003e92;
    color: #fff;
    float: left;
    padding:10px 20px;
}
.news{
    width:930px;
    overflow: hidden;
    float: right;
}
.news h1{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.news .time{
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #999;
    text-align: center
}
.news .news-page{
    color: #333;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding:10px 0;
    line-height: 30px;
}
.news .news-page p{
    color: #333;
}
/*翻页*/
.list-num{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-num .JZD_PAGE_YECI{
    padding-left: 10px;
}
.list-num .JZD_PAGE_DISABLED{
    display: block;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px #ccc solid;
    color: #999;
    margin: 33px 2px 13px 2px;
    cursor: pointer;
}
.list-num span select {
    border: none;outline: none;
}
.JZD_PAGE_GONG{
    padding: 5px 0 5px 10px;
    margin: 33px 0 13px 2px;
    box-sizing: border-box;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_NUMBER,.JZD_PAGE_TIAOJILU,.JZD_PAGE_YECI,.JZD_PAGE_DANGQIANYE,.JZD_PAGE_XIEGANG,.JZD_PAGE_ZHONGYE,.JZD_PAGE_YE{
    padding: 5px 0;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_YE,.JZD_PAGE_SELECT_YE{
    border-right:1px #ccc solid;
    padding-right:10px;
}
.JZD_PAGE_ZHUANGDAO{
    padding: 5px 0 5px 10px;
    margin: 33px 0 13px 2px;
    border-left: 1px #ccc solid;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_SELECT{
    padding: 4px 0 5px 10px;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_SELECT_YE{
    padding: 5px 10px 5px 0;
    margin: 33px 0 13px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.JZD_PAGE_NEXT,.JZD_PAGE_LAST,.JZD_PAGE_FIRST,.JZD_PAGE_PREVIOUS{
    padding: 5px 10px;
    margin: 33px 1px 13px 1px;
    border: 1px #ccc solid;
}
/*留言表单*/
.message{
    width: 1200px;
    overflow: hidden;
}
.message h1{
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
    color: #333;
}
.message h1 span{
    font-weight: bold;
    color: #d82634;
}
.message form{
    background: url(//filecdn.ify.cn/skin/lsjxsbmb9764/img/form-bg.jpg) no-repeat center bottom #fff;
    border: 1px solid #ddd;
    padding: 50px 200px;
    margin-bottom: 30px;
}
.message form div{
    overflow: hidden;
    margin-bottom: 15px;
}
.message form div span{
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
    color: #333;
}
.message form div input{
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    outline: medium;
    color:#333;
}
.message form div textarea{
    width: 600px;
    resize: none;
    border: 1px solid #ddd;
    outline: medium;
    padding: 6px 12px;
}
.message form .btn input{
    padding: 6px 22px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
    width:auto;
}
.message form .btn input:first-child{
    background-color: #d82634;
    margin-left: 120px;
    margin-right: 10px;
}
.message form .btn input:nth-child(2){
    background-color: #767676;
}
/*联系我们*/
.contact{
    width: 1200px;
    overflow: hidden;
}
.contact .text{
    background: #f5f5f5;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding-right: 60px;
}
.contact .text .img{
    float: left;
    width: 440px;
    height: 300px;
    margin-right: 40px;
}
.contact .text .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact .text p{
    font-weight: 400;
    font-size: 18px;
    color: #d82634;
    margin: 70px 0 20px 0;
}
.contact ul{
    width: 1220px;
    overflow: hidden;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact ul li{
    float:left;
    overflow: hidden;

    width: 20%;
}
.contact ul li span{
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    display: block;
    margin: 10px;
    overflow: hidden;
    padding:30px 10px;
}
.contact ul li:last-child{
    width: 40%;
}